home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / self3 / 00073.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  181 b   |  12 lines

  1. on exitFrame
  2.   global SS3
  3.   set the constraint of sprite 10 to 11
  4.   puppetSound("kaching")
  5.   if SS3 = 0 then
  6.     ULTRAGASM()
  7.     set SS3 to 1
  8.   end if
  9.   PRINTSCORE()
  10.   FINALE()
  11. end
  12.